home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hand Picked Software
/
Hand Picked Software.iso
/
games
/
bttlship
/
i.bat
< prev
next >
Wrap
DOS Batch File
|
1995-03-13
|
188b
|
10 lines
echo off
choice install to C:\ggames directory y/n
if errorlevel 2 goto bye
:install
md c:\ggames
md c:\ggames\bo
md c:\ggames\bo\ba2
xcopy *.* c:\ggames\bo\ba2 /s
:bye